home *** CD-ROM | disk | FTP | other *** search
- Path: fido.asd.sgi.com!austern
- From: Claude Quezel <Claude.Quezel@gci.ulaval.ca>
- Newsgroups: comp.std.c++
- Subject: Re: Are all Windows programs ill-formed?
- Date: 02 Feb 1996 19:33:04 PST
- Organization: Universite Laval
- Approved: austern@isolde.mti.sgi.com
- Message-ID: <4eucsq$qn@athena.ulaval.ca>
- References: <AE5J83na99@qsar.chem.msu.su> <9602010236.26117@mulga.cs.mu.OZ.AU> <9602021032.AA05302@lts.sel.alcatel.de>
- NNTP-Posting-Host: isolde.mti.sgi.com
- X-Original-Date: 3 Feb 1996 01:14:02 GMT
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
- X-Auth: PGPMoose V1.1 PGP comp.std.c++
- iQBVAwUBMRLYlEy4NqrwXLNJAQFzSQIAv8RnCX18wXNepT1V66K54nghS42hvTCr
- YXt/mad7Ap3Ajrw5GXbADqNBYu8ziR45dtNqnhYMcoCx/2+uJxgEsw==
- =1NkE
- Originator: austern@isolde.mti.sgi.com
-
- Could window's main be simply like this:
-
- int main(int argc, char *argv[]) {
- // do some stuff
- return WinMain(// stuff here);
- }
-
-
-
- [Moderator's note: There have been a number of similar articles about
- the role of main() in a Windows program; this thread is beginning to get
- a bit repetitive. Please make sure, if you post something in this thread,
- that it says something new about whether Windows implementations are
- standard conforming and/or whether the standard needs to be modified to
- accommodate Windows. mha]
-
- ---
- [ comp.std.c++ is moderated. Submission address: std-c++@ncar.ucar.edu.
- Contact address: std-c++-request@ncar.ucar.edu. The moderation policy is
- in http://reality.sgi.com/employees/austern_mti/std-c++/policy.html. ]
-